Skip to content

Harden coverity tool download: curl + gzip sanity check#514

Merged
aidangarske merged 1 commit into
wolfSSL:masterfrom
dgarske:coverity_fix
Jun 1, 2026
Merged

Harden coverity tool download: curl + gzip sanity check#514
aidangarske merged 1 commit into
wolfSSL:masterfrom
dgarske:coverity_fix

Conversation

@dgarske
Copy link
Copy Markdown
Member

@dgarske dgarske commented May 28, 2026

No description provided.

@dgarske dgarske self-assigned this May 28, 2026
Copilot AI review requested due to automatic review settings June 1, 2026 17:13
@dgarske dgarske changed the title Harden coverity tool download: curl -L --fail + gzip sanity check Harden coverity tool download: curl + gzip sanity check Jun 1, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR hardens the GitHub Actions workflow that downloads the Coverity analysis tool by making the download step fail fast on HTTP errors and adding basic validation to detect non-gzip server responses before extraction.

Changes:

  • Switch curl download to use -L --fail and --data-urlencode for safer request handling.
  • Add file output plus a gzip -t sanity check and print a short server response snippet on failure.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@aidangarske aidangarske merged commit 6b1fff0 into wolfSSL:master Jun 1, 2026
141 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants